home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / DOS / CM / DCM31.ZIP / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1994-05-07  |  8.9 KB  |  199 lines

  1. -----------------------------------------------------------------------------
  2.            Deluxe Conference Menu - History of Changes / Fixes / etc.
  3. -----------------------------------------------------------------------------
  4.  
  5.                        ■ Release Date - Version Number ■
  6. -----------------------------------------------------------------------------
  7.                               ■ 05-07-94 - v3.1 ■
  8. -----------------------------------------------------------------------------
  9.  
  10.        - Ok, so to err is human, to really screw up requires a
  11.          computer, right?  I screwed up (humched over sigh), but
  12.          fixed things this time...  Thanks for the quick report
  13.          Mark.
  14.  
  15.          The blank conferences are being removed properly now,
  16.          they were before, but not in enough places.
  17.  
  18.        - Also fixed a QEMM exception 13 error if your net names
  19.          were longer than 60 chars. (minus the NETxx=)
  20.  
  21. -----------------------------------------------------------------------------
  22.                               ■ 05-04-94 - v3.0 ■
  23. -----------------------------------------------------------------------------
  24.  
  25.        - Well, I fineally opened my eyes on this release, I fixed the
  26.          DIVIDE ERROR, and also used the correct format to check for
  27.          blank conferences (was using the wrong structure.)
  28.  
  29. -----------------------------------------------------------------------------
  30.                               ■ 05-02-94 - v2.9 ■
  31. -----------------------------------------------------------------------------
  32.  
  33.        - Fixed the Blank conference problem.
  34.  
  35. -----------------------------------------------------------------------------
  36.                               ■ 04-11-94 - v2.8 ■
  37. -----------------------------------------------------------------------------
  38.  
  39.        - No bugs seem to be comming up any more, but I did feel sorry
  40.          after my fit of rage and removed the display of the sysop's
  41.          name from the software.  You can still view this, simply type
  42.          "P" from the conference listing screens to get Program Info.
  43.          Please read the note at the bottom of the .doc file for info
  44.          on this.  It does madden me to see people stealing shareware.
  45.  
  46.        - You asked, you got, added the blank conference name skip
  47.          feature.  DCM will now skip any conferences with blank names.
  48.  
  49. -----------------------------------------------------------------------------
  50.                               ■ 03-28-94 - v2.7b ■
  51. -----------------------------------------------------------------------------
  52.  
  53.        - Fixed a minor bug in the code, no biggie, but requires a
  54.          minor re-release.
  55.  
  56. -----------------------------------------------------------------------------
  57.                               ■ 03-27-94 - v2.7 ■
  58. -----------------------------------------------------------------------------
  59.  
  60.        - Added a proper screen clear if RIP mode is currently on.  This
  61.          should solve most RIP problems.  Thanks to Chuck Valecek!
  62.  
  63. -----------------------------------------------------------------------------
  64.                               ■ 03-03-94 - v2.6 ■
  65. -----------------------------------------------------------------------------
  66.  
  67.        - Added a net DCM.CFG file switch - "NODELAY".  By adding this
  68.          to a line in the DCM.CFG file, you will suppress any requirements
  69.          for keyboard input from the "Press Any Key" prompts.
  70.  
  71. -----------------------------------------------------------------------------
  72.                               ■ 02-30-94 - v2.5 ■
  73. -----------------------------------------------------------------------------
  74.  
  75.        - Added the color screens you ased for in local EXE file
  76.          execution.
  77.  
  78.        - Fixed a small display bug, not biggie.
  79.  
  80.        - Added min. security levels for each network.  This allows
  81.          lower level users not to be able to view a network if you
  82.          don't wish them to.  Use the new "REQLEVELx=nnn" commands;
  83.          see the docs for a description.  DCMSB is the file displayed
  84.          for level breaches.
  85.  
  86.        - DCM is now smart enough to check if you forgot to enter the
  87.          command line, and if so, it will look into your environment
  88.          for the proper path to PCBOARD.DAT, if it was previously set.
  89.          
  90. -----------------------------------------------------------------------------
  91.                               ■ 02-16-94 - v2.4 ■
  92. -----------------------------------------------------------------------------
  93.  
  94.        - Added better EMS and DOS version checking, as you will see.
  95.  
  96.        - Added better reporting on errors.
  97.  
  98.        - Fixed a problem with a record size being corrupt (wrong data type)
  99.  
  100.        - Now display a little more info for the sysop to see.
  101.  
  102.        - Decided to add some nice screen displays to DCM (later release)
  103.  
  104. -----------------------------------------------------------------------------
  105.                               ■ 02-14-94 - v2.3 ■
  106. -----------------------------------------------------------------------------
  107.  
  108.        - Speeded up the sorting process dramatically.
  109.  
  110.        - Fixed a bug in the defineable color codes (Thanks Stephanie!)
  111.  
  112.        - EMS memory is now verified before written to / read from.  Not
  113.          a real reason for this, but there was no speed decrease, so -
  114.          Why Not?
  115.  
  116.        - Began work on the windows version of DCM.EXE. (Be Patient!)
  117.  
  118. -----------------------------------------------------------------------------
  119.                               ■ 02-11-94 - v2.20 ■
  120. -----------------------------------------------------------------------------
  121.  
  122.                                  Major Upgrade
  123.  
  124.        - Removed the use of PCBoard's Toolkit Library.  We're sick
  125.          of needing to report bugs.  (PCBoard and the Toolkit are
  126.          Copyrights of Clark Development Co.)
  127.  
  128.        - Changed DCM's code to allow for UNLIMITED networks AND
  129.          UNLIMITED conferences (ANYWHERE!)  Restricted only by your
  130.          available amount of EMS memory (the more, the better!)
  131.  
  132.        - DCM.EXE now requires that you have EMS available for it's work
  133.          space.  You need 1 page (16,384 bytes of EMS) to process up to
  134.          960 conferences.  If this memory is not available you will not
  135.          be able to run the program.   REMEMBER - the PPE does not need
  136.          EMS, so do not worry - the EXE file is the only EMS dependent
  137.          portion, and you only run it once! (Offline too!)
  138.  
  139.        - Changed the DCM.PPE to handle the new way files are worked.
  140.          Nothing major.
  141.  
  142.        - Note, thanks to Mike Labbe (ENC BBS) we have tested DCM with
  143.          about 7000 conferences.  The sorting takes a little while,
  144.          but it is proven to work just fine.  We're speeding up the
  145.          sort now...
  146.  
  147. -----------------------------------------------------------------------------
  148.                               ■ 02-04-94 - v2.11 ■
  149. -----------------------------------------------------------------------------
  150.  
  151.        - Fixed a bug that would lockup if you had a large number of
  152.          conferences.   Special thanks to Mike Labbe for helping to
  153.          resolve the problem.
  154.  
  155. -----------------------------------------------------------------------------
  156.                                ■ 02-02-94 - v2.10
  157. -----------------------------------------------------------------------------
  158.  
  159.        - Removed the need for output file declaration in the CFG file.
  160.  
  161.        - Fixed a bug when joining conference 0 (It now abandons.)
  162.  
  163.        - Added support for up to 30,000 conferences max.
  164.  
  165.        - Sped up code over 1000%.
  166.  
  167.        - Reduced .EXE and .PPE size considerably.
  168.  
  169.        - Added a better type of (A)ll conferences display file.
  170.          Now all the conferences are actually combined together,
  171.          reguardless of network.
  172.  
  173.        - Added support for a Printer-Ready text file for users
  174.          to be able to download and print your complete conference
  175.          list.
  176.  
  177.        - Added a Flag command for users to be able to flag the
  178.          printer-ready text file through the PPE.
  179.  
  180.        - Added On-Line Help for the PPE's commands, and to allow
  181.          the user to find out what the E, F, and P's were next
  182.          to the conference names.
  183.  
  184.        - DCM will now work with a system containing NO networks,
  185.          thus the sysop only defines NET1= anc C1= in the CFG file.
  186.          the whole network screen is thus skipped.
  187.  
  188. -----------------------------------------------------------------------------
  189.                               ■ 01-20-94 - v2.00 ■
  190. -----------------------------------------------------------------------------
  191.  
  192.        - Updated DCM to fix a problem with the SORT feature.
  193.  
  194.        - Also added support for up to 20,000 conferences PER NET,
  195.          depending upon available memory - any problems, please call
  196.          us voice...
  197.  
  198. -----------------------------------------------------------------------------
  199.